home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / convert / ImportLDAPMeta$TableSpec.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  882 b   |  25 lines

  1. package com.extensibility.convert;
  2.  
  3. class ImportLDAPMeta$TableSpec implements MetaSpectIntf.TableIntf {
  4.    // $FF: synthetic field
  5.    final ImportLDAPMeta this$0;
  6.    String objectclass;
  7.  
  8.    public ImportLDAPMeta$TableSpec(ImportLDAPMeta var1, String var2) {
  9.       this.this$0 = var1;
  10.       this.objectclass = var2;
  11.    }
  12.  
  13.    public String getShortName() {
  14.       return this.objectclass;
  15.    }
  16.  
  17.    public String getLongName() {
  18.       return this.objectclass;
  19.    }
  20.  
  21.    public String toString() {
  22.       return this.getLongName();
  23.    }
  24. }
  25.